Interface PhysicalToolbar

All Superinterfaces:
IPCObject
All Known Implementing Classes:
PhysicalToolbarImpl

public interface PhysicalToolbar extends IPCObject
Information provided by the PKI file:

    \class PhysicalToolbar
    
    \brief PhysicalToolbar allows for UI manipulation of the Physical toolbar.
    
    \example appWindow().getPhysicalToolbar()
    
Author:
Auto-generated
  • Method Details

    • setVisible

      void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides this widget from view.
          
          \param bVisible, true to show this widget, false to hide it.
          
              
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • setWidgetVisible

      void setWidgetVisible(String widgetName, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides the specified child widget.
          
          \param widgetName,  where widgetName can be one of the following:
          NavigationBtn, GotoTopBtn, GotoCityBtn, GotoBuildingBtn, GotoClosetBtn, NewCityBtn,
          NewBuildingBtn, NewRackBtn, MoveObjBtn, SetBGImageBtn, GridBtn, HomeBtn.
          \param bVisible, true to show this child widget, false to hide it.
          
              
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bVisible - Takes in a parameter of bVisible
    • setDisabled

      void setDisabled(boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to this widget.
          
          \param bDisabled, true to disable input events to this widget, false to enable input events.
          
              
      Parameters:
      bDisabled - Takes in a parameter of bDisabled
    • setWidgetDisable

      void setWidgetDisable(String widgetName, boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables the specified child widget.
          
          \param widgetName,  where widgetName can be one of the following:
          NavigationBtn, GotoTopBtn, GotoCityBtn, GotoBuildingBtn, GotoClosetBtn, NewCityBtn,
          NewBuildingBtn, NewRackBtn, MoveObjBtn, SetBGImageBtn, GridBtn, HomeBtn.
          \param bDisabled, true to disable input events to this child widget, false to enable input events.
          
              
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bDisabled - Takes in a parameter of bDisabled
    • showPhysicalLocationDialog

      void showPhysicalLocationDialog()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Navigation button.
          
              
    • switchToHomeRack

      void switchToHomeRack()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Working Closet button.
          
              
    • switchToTopView

      void switchToTopView()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Intercity button.
          
              
    • moveObject

      void moveObject()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Move Object button.
          
              
    • addCity

      void addCity()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the New City button.
          
              
    • addCloset

      void addCloset()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the New Closet button.
          
              
    • setBGImage

      void setBGImage()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Set Background button.
          
              
    • addGrid

      void addGrid()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Grid button.